List feature sets
Ok
{- "filter": {
- "property1": null,
- "property2": null
}, - "limit": 0,
- "join": {
- "on": {
- "forigen": "string",
- "local": "string",
- "resource": "items"
}
}, - "references": {
- "operation": "create",
- "refs": [
- {
- "id": "string",
- "type": "string"
}
], - "index": 0
}, - "sort": {
- "property1": "ascending",
- "property2": "ascending"
}, - "select": {
- "property1": 0,
- "property2": 0
}, - "update": {
- "property1": null,
- "property2": null
}, - "delete": true,
- "user": "string",
- "systemSpace": true,
- "queryEngine": "mongo",
- "resource": "items",
- "skip": 0,
- "datasets": [
- "string"
], - "projects": [
- "string"
], - "page": 0,
- "pageSize": 0,
- "collectMetrics": true,
- "countTotal": true,
- "sign": {
- "exp": "1 hour from now"
}
}
{- "filter": {
- "$or": [
- {
- "name": {
- "$in": [
- "abc",
- "cde"
]
}
}, - {
- "$and": [
- {
- "size": {
- "$lte": 5
}
}, - {
- "creator": "abc@dataloop.ai"
}
]
}
]
}, - "select": { },
- "limit": 10,
- "page": 0,
- "pageSize": 100,
- "resource": "feature_vectors"
}